docs: add Git note#13285
Merged
Merged
Conversation
Signed-off-by: Claude <noreply@anthropic.com>
kgryte
approved these changes
Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds Git notes under
docs/git-notes/proposing amended commit messages for commits merged todevelopin the last 24 hours whose subject lines deviate from established repository conventions. This is output from a scheduled commit-message audit routine; no source code, tests, or behavior are changed.ef6a8d0: wrong scope in subject — original readfeat: add C implementation for `frechet/pdf`but the change toucheslib/node_modules/@stdlib/stats/base/dists/frechet/pdf/; every other "add C implementation for" commit in the repo's history (e.g.stats/base/dists/lognormal/logcdf,stats/base/dists/f/pdf,stats/base/dists/lognormal/cdf,stats/base/dists/chisquare/pdf) uses the full package-path scope. Corrected subject:feat: add C implementation for `stats/base/dists/frechet/pdf`.All other commits from the last 24 hours were audited (subject/body spelling,
PR-URL/Closes/Refaccuracy verified against GitHub, trailer well-formedness) and found correct — no note was added for them.Related Issues
None.
Questions
No.
Other
Per the audit routine's guardrails, this PR only adds new files under
docs/git-notes/; it does not rewrite history ondevelopor touch any existing file.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by Claude Code running a scheduled commit-message audit routine: it reviewed all no-merge commits landed on
developin the last 24 hours, verified eachPR-URL/Closes/Reftrailer against the actual GitHub PR/issue, and cross-checked subject-line scope conventions against prior commit history before proposing the single correction above.@stdlib-js/reviewers
Generated by Claude Code